'Declaration Public Overloads Sub AddMarkedContentPoint( _
ByVal tagA name object indicating the role or significance of the point.As System.String, _
ByVal ParamArray propertiesAn array, which contains the property list, which contains further information associated with the marked content.As System.Collections.Generic.KeyValuePair(Of String,PdfBasicObject) _
)
public void AddMarkedContentPoint(
System.String tag,
params System.Collections.Generic.KeyValuePair<string,PdfBasicObject> properties
)
public: void AddMarkedContentPoint(
System.String tag,
params System.Collections.Generic.KeyValuePair<string,PdfBasicObject*>* properties
)
public:
void AddMarkedContentPoint(
System.String tag,
... System.Collections.Generic.KeyValuePair<string,PdfBasicObject^>^ properties
)
Parameters
- tag
- A name object indicating the role or significance of the point.
- properties
- An array, which contains the property list, which contains further information associated with the marked content.